<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å®¹å™¨ */
*{transition: all .5s;}
.container-width{max-width: 1580px; margin: 0 auto;}
.container-full{width: 100%;}

.public-overflow{overflow: hidden;}
.public-position{position: relative;}
.public-background{background-position: center;background-repeat: no-repeat; background-size: cover;}
.bottom .hd-r {
    /* padding-top: 13px; */
    transform: translateY(13px);
    font-size: 12px;float: right;}
.bottom .nav{width:1000px; margin:0 auto}
.bottom .hd-r .icon {background-repeat: no-repeat;background-position: left center;-webkit-background-size: 20px auto; background-size: 20px auto;padding-left: 23px;}
.bottom .hd-r .icon.s1 {background-image: url('../images/icon-s1.png');}
.bottom .hd-r .icon.shengming {background-image: url('../images/icon-s2.png');}
.bottom .hd-r .icon.s2 {background-image: url('../images/icon-s3.png');padding-left: 42px;background-position: 20px 50%;}
.bottom .hd-r li + li {position: relative;margin-left: 20px;}
.bottom .hd-r li + li:before {content: '';position: absolute;left: 0;top: 50%;margin-top: -5px;width: 1px;height: 10px;background-color: #dcdcdc}
.public-padding{padding-top: 50px; padding-bottom: 50px;}
.nav {} 
.nav li{float: left;margin-left:100px; 
}
.nav li:first-child{
    margin-left: 0;
}
.bottom{background:#e05717;height:40px;width:100%}


.sjy{height:170px}
.nav a{display: block;}
.nav li.special { margin-left: 10px;margin-right: 10px;}
.nav li.special&gt;span { width: 0px;height: 10px;background: #666;float: left;margin-top: 30px;}
.nav li.rolex a,.nav li.tudor a{ color: #666;}
.nav li.rolex a em,.nav li.tudor a em { font-size: 12px;}
.nav li.tudor { margin-left: 0;}
.nav .a1{position: relative;z-index: 2;}
.nav .a1 em{display: block;
    height: 40px;line-height: 40px;    font-weight: normal;
    font-style: normal; color: #fff;

    font-size: 14px;overflow: hidden;}
.nav .a1 em i{position: absolute;bottom: -11px;left: 50%;
    margin-left: -17px;width: 34px;height: 11px;display: none;
    background: url(../images/xin-hd-icn1.png) no-repeat center;}
.nav .on .a1,.nav li.rolex a:hover em,.nav li.tudor a:hover em{color:#000;}


@media (max-width:1800px) {
	.container-full{max-width:1600px; margin: 0 auto; padding-left: 15px; padding-right: 15px;}
}
@media (max-width:1200px) {
	.container-width,.container-width-860{padding: 0 15px;}
}
@media (max-width:768px) {
	.public-padding{padding-top: 25px; padding-bottom: 25px;}
	.sjy{height:50px}
}
:root {
  --main-color:#e05717;
}

/* header */
.header{ position: fixed; width: 100%; z-index: 11;background-color: rgba(255,255,255,0.9);}
/* header */
.logo{padding: 35px 0; margin: 0 auto; width: 225px}
.logo a{display: inline-block;}
.logo img {height: 67px;transition: all .3s;}
@media screen and (max-width: 1100px) {
	.logo{padding:15px 0;margin: 0 auto; width: 120px}
	.logo img {	height: 50px;}	
}

/* æ‰“å¼€æŒ‰é’® */
.mulu{position: relative; float: left;width: 32px;height: 38px;line-height: 38px; display:none;margin-top: 25px; }
#navbar-open{position: relative; float:right; width: 22px; height: 38px; line-height: 38px; display: none; background: #fff; opacity: .9; padding: 0px 19px; text-align: center; margin-top: 25px; cursor: pointer;}
#navbar-open:before,
#navbar-open:after,
#navbar-open span{position: absolute; right: 8px; display: block; content: ''; width: 22px; height: 2px; background-color: #333; transition: all .3s;}
#navbar-open:before{top: 10px;}
#navbar-open span{top: 18px;}
#navbar-open:after{bottom: 10px;}

/* å¯¼èˆª */
.m-nav-bg {position: fixed;top: 0;left: 0;z-index: 14;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .02);transition: .01s ease-in;visibility: hidden;}
.m-nav-box {position: fixed;top: 90px;right: 0;z-index: 15;width:10%;height: 100%;background-color:rgba(255, 255,255,0.9);transform: translateX(60px); transition: .15s ease-in-out;opacity: 0;visibility: hidden;text-transform: uppercase;}
.m-nav-box ul li {padding-left: 60px;line-height: 50px;border-left: 5px solid #fff;cursor: pointer;transition: .3s ease-in; font-size: 16px;}
.m-nav-box&gt;ul&gt;li&gt;h3 a {	display: block;}
/*äºŒçº§èœå•*/
.m-navSub {position: absolute;top: 0;right: 0;z-index: 1;width: 60%;height: 100%;background-color: #fff;box-shadow: -5px 0 10px rgba(0, 0, 0, .1);transform: translateX(110%);transition: .3s ease-in;}
/*æ˜¾ç¤º*/
.m-nav-bgOpen {visibility: visible;}
.m-navOpen {transform: translateX(0);opacity: 1;visibility: visible;}
.m-navOpen h3{font-size: 14px; }
.active {border-left: 5px solid #e05717 !important; color: #e05717;}
.showMe {transform: translateX(0);}
@media screen and (max-width: 1100px) {
	#navbar-open{ display: block;}
}
@media screen and (max-width: 768px) {
	.logo{padding: 7px 0;}
	.logo img {height: 36px;}
	#navbar-open{
		width: 22px;
		height: 30px;
		line-height: 30px;
		padding: 0px 15px;
		margin-top: 10px;
	}
	.bottom{display:none}
	.mulu{
		display: none;
	}
	#navbar-open:before, #navbar-open:after, #navbar-open span {width: 20px;left: 5px;}
	#navbar-open:before{top: 7px;}
	#navbar-open span{top: 14px;}
	#navbar-open:after{bottom: 7px;}
	.m-navOpen h3 {font-size: 16px;}
	.m-nav-box ul li {font-size: 14px; padding-left:10px; line-height:66px;}
	.m-nav-box {width: 45%;top:50px}
}

/* footer */
.i-footer{padding: 70px 0 50px; background:#151515;color:#888888; margin-top: 30px;}
.i-footer-contact{float: left; width: 35%; padding-right: 40px;}
.i-footer-contact dt{font-size: 20px; color: #fff; margin:10px 0;}
.i-footer-contact dd{padding-top: 10px; font-size: 16px;}
.i-footer-contact dd i{}

.i-footer-nav{float: left; width: 55%;}
.i-footer-nav dl{float: left; width: 20%; padding-left: 15px;}
.i-footer-nav dt{font-size: 20px; color: #fff; margin:10px 0;}
.i-footer-nav dd{padding-top: 10px; font-size: 16px;}
.i-footer-nav dd a{color:#888888; }
.i-footer-nav dd a:hover{color: #fff;}

.i-footer-wx{float: right; width: 10%; text-align: center;}
.i-footer-wx img{margin-bottom: 15px; width: 100%;}


@media (max-width:1100px) {
	.i-footer-contact{width: 100%; padding-right: 0; margin-bottom: 15px;}
	.i-footer-nav{width: 75%; padding-left: 0;}
	.i-footer-wx{ width: 20%; text-align: right; }
	.i-footer-wx img{ width: 50%;}
}
@media (max-width:768px) {
	.i-footer-contact{text-align: center;}
	.i-footer-nav{display: none;}
	.i-footer-wx{ width: 100%; text-align:center; }
	.i-footer-wx img{ width: 18%;}
}
@media (max-width:480px) {
	.i-footer-wx img{ width: 30%;}
	.i-footer-contact dd{font-size: 14px;}
}
@media (max-width:380px) {
	.i-footer-wx img{ width: 35%;}
	.i-footer-wx h3{font-size: 14px;}
}
.i-copy{padding:50px 0 70px; background:#e05717;color:#fff; border-top: 1px solid #888888;}
.i-copy-left{float: left; width: 60%; padding-left:10%}
.i-copy-right{float: right; width: 40%; text-align: right;padding-right:10%}
.i-copy a{color: #fff;}
.i-copy a:hover{text-decoration: underline;}

.footer_other{
	background: #e05717;	
	height:190px;
	text-align:center;
	color:#fff;
}
.footer_other .consult{
	padding:21px 0;	
}
.footer_other .consult a{
	margin-left: 46px;
	background: url('images/fot_consult.jpg') left center no-repeat;
	width: 488px;
	height: 60px;
	display: inline-block;
	*zoom:1;
	*display:inline;
}
.footer_other .copyright{ line-height:26px;}
.footer_other .consult a:hover{
	background-position: right center;	
}
.footer_other .friend_link{
	line-height:25px;	
}
.footer_other a{
	margin: 0;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none; width: 150px;
}
.footer_other .sep{
	padding: 0 8px 0 10px;	
}
.footer_other .imglink{
	width: 980px;
	margin: 0 auto;
	color: #9FB1BA;

	padding-top: 3px;	

}
.footer_other .imglink img{
	height:35px;

}
@media (max-width:1200px) {
	.i-copy{padding: 30px 0 60px;}
	.i-copy-left,.i-copy-right{float: none; width: 310px; text-align: center; line-height: 30px; margin:0 auto}
}

/*------------------- åˆ†é¡µ www.adminbuy.cn -------------------*/
.pagecode-num {
	margin-top: 35px;
	text-align: center;
	font-size: 0;
}

.pagecode-num .page-num-current {
	display: inline-block;
	padding: 7px 13px;	
	background-color:#275CA8;
	color: #fff;
	font-size: 14px;
}

.pagecode-num a {
	display: inline-block;
	border: 1px solid #fff;
	background-color: #fff;
	padding: 7px 13px;
	color: #666;
	margin: 0 5px;
	transition: .3s;
	font-size: 14px;
}
jewels-pop .dd-ico:after{height: 7px;top: 11px;}
.jewels-pop .dl2  { position: relative;}
.jewels-pop .dl2 a{line-height: 28px;}
.jewels-pop.po2 .dl2 dd:nth-child(4) a { line-height: 20px;}
.jewels-pop dd p a{padding-left: 10px;overflow: hidden;
    position: relative;}
.jewels-pop dd p a:after{content: '';position: absolute;top: 12px;left: 0;
    width: 5px;height: 5px;background-color: #333;border-radius: 50%;}
.jewels-pop dd .more{display: block;margin-top: 17px;
    border: 1px solid #b2b2b2; height: auto;line-height: 14px;padding: 5px 0;width: 80px;text-align: center;margin: 10px auto;position: absolute;left: 50%;margin-left: -40px;}
.jewels-pop dd .more:hover { text-decoration: none;color: #646464;}
.BMap_stdMpCtrl{top: 110px !important;left:auto !important;right: 16% !important;}

.bd_weixin_popup{width: 300px !important;height: 310px !important;}

.nav li:first-child .jewels-pop dl{height: 400px;}


#m-nav{
    max-height: 640px;
}
#m-hd .tudor{
    display: block;
    width: 115px;
    height: 55px;
    background-image: url(../images/tudor_logo.png); 
    margin: 0 0 15px 15px ;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#m-hd .rolex{
    display: block;
    width: 115px;
    height: 55px;
    background-image: url(../images/rolex_logo.jpg); 
    margin: 15px 0 15px 15px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#m-nav li:last-of-type .a1{
    border-bottom: 2px solid #dadada;
}
/* åŠ³åŠ›å£«æ‰‹è¡¨æ—¶é’Ÿ */
#hd .top a.tudor{
    margin-right: 0;
}
.rolex-retailer-clock{
    width: 150px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;

    transform: scale(0.6857);
    transform-origin: 100% 50%;
    cursor: pointer;

}
.rolex-retailer-clock a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#m-hd .rolex-retailer-clock{
    margin-top: 15px;
    margin-left: 15px;
    transform-origin: 0% 0%;
    transform: scale(0.7666);
}



#hd .top a.tudor{
    width: 126px;
    height: 70px;
}
#hd .top a.rolex{
      width: 141px;
      height: 70px;
  }


  /* äºŒçº§å¯¼èˆªé¢„è§ˆå›¾ */

  .preview_img{
      display: none;
    position: absolute;
    right: -60px;
    width:calc(100% - 610px);
    top: 50%;
    transform: translateY(-50%);
  }
  .preview_img img{
      display: block;
      width: 100%;
  }
  @media only screen and (max-width: 1350px){
    .preview_img{
        right: auto;
        width: calc(100% - 650px);
        left: 668px; 
    }
}
@media only screen and (max-width: 1299px){
    .preview_img{
       left:689px
    
    }
}
/*Common For Max 480*/
@media only screen and (max-width: 767px) {
    .y-imglist2 .bg img,.y-imglist2 .bg,.y-imglist2 .l-tit,.y-imglist2 ul{position: relative;}
     .y-imglist2,.y-imglist2 .bg{padding-top: 0; }
     .y-imglist2 .img{margin-top:40px;}
    .y-nbox1 .img1{top:50px;left:50px; }
    .y-nbox1 .img1 img{max-height: 280px;}
     /*******************************
         -------[=Ã¦Â¦Â´Ã¨Å½Â²]-------
     ********************************/
     .g-cur{display: none;}
     /* Ã¥Â¤Â´Ã©Æ’Â¨ */
    #hd{display: none;}
    #banner{display: none;}
    #m-hd{display: block;}
    #bd{padding-top: 65px;margin-top: 0;}
    #go-top{display: none;}

    /*.m-customize-con{display: block;}*/
    /*.m-customize-m1{display: block;}*/

    /* Ã¥Âºâ€¢Ã©Æ’Â¨ */
    #fd{display: none;}
    #m-fd{display: block;}

    /* Ã©Â¦â€“Ã©Â¡Âµ */
    .l-tit h3{font-size: 18px;height: auto;line-height: 1.2;}
    
    .index-box{padding-top: 0 !important;margin-top: 15px;}
    .index-m1 .left{display: none;}
    .index-m1 .right{position: static;padding-top: 53%;width: 100%;height: auto;}
   

    .index-m2 .left{position: relative;top: auto;left: auto;width: 100%;height: auto;
        padding-top: 61%;}
    .index-m2 .right{position: static;right: auto;top:auto;margin-top: 15px;padding-left: 0;
        width: 100%;height: auto;}
    .index-m2 .right .bg{position: relative;padding-top: 76%;}

    .index-m3 .img{position: static;width: 100%;}
    .index-m3 .icn{left: 28%;width: 22%;margin-left: 0;}
    .index-m3 .txt{position: static;padding: 29px 0; 
        width: 100%;text-align: center;}
    .index-m3 .txt div{position: static;width: 100%;
        -webkit-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    .index-m3 .txt a{margin:0 auto;}
    .index-m3 .txt h3{font-size: 20px;color:#000;}
    .index-m3 .txt h4{padding-bottom: 0;font-size: 16px;color:#666;}
    .index-m3 .txt p{margin:7px auto 15px;width: 240px;font-size: 12px;line-height: 20px;}

    .index-m4 .bg{padding-top: 62%;height:auto;position: relative;
        background: url(../images/index-m8-m.jpg) no-repeat center;
        -webkit-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    .index-m4 .g-poa{width: auto;top:auto;right: 21%;bottom: 28%;}
    .index-m4 .g-poa .bak{width: 60px;margin-bottom: 0;}
    .l-tit h3{margin:20px 0 0;}
    .index-m4 .bg .wp{position: static;padding:0;}

    .index-m4 .con{position: relative;z-index: 2;margin-top: -46px;bottom:0;}
    .index-m4 ul{margin-left: -15px;}
    .index-m4 li .box{padding: 10px;margin-left: 15px;}

    .index-m4 li .txt h3{margin:15px 0 5px;height: auto;}
    .index-m4 li .txt h3 a{font-size: 18px;}
    .index-m4 li .a{margin-top: 15px;}

    .index-m5{padding: 15px 0;}
    .index-m5 .box{height: 352px;}

    .index-m5 .txt{width: 59%;height: 175px;left: 15px;margin-top: -87px;}
    .index-m5 .txt div{padding: 25px 20px 0;}
    .index-m5 .txt h3{font-size: 24px;}
    .index-m5 .txt p{margin-bottom: 13px;}

    .index-fd{padding: 35px 0;/*margin-bottom: 15px;*/}
    .index-fd p br{display: block;}
    .index-fd p{line-height: 25px;}
    .index-fd a{padding: 0 95px 0 55px;}
    .index-fd a em{padding-left: 44px;
        height: 60px;line-height: 60px;font-size: 18px;}

    /*.customize-con,.cus-box,.customize-m1{display: none;}*/
    .customize-m2 li a{padding: 0 12px;height: 25px;line-height: 25px;
        width: auto;height: auto;font-size: 14px;}

    .certification li{width: 95%;max-width: 442px;margin:28px auto 0;float: none;}
    .certification li:after{display: none;}
    .certification h2{margin-bottom: 0;}
    .certification {padding: 30px 0;}
    
    .cus-fd .l-tit h3{font-size: 24px;margin-bottom: 20px;}
    .cus-fd .list{width: 100%;}
    .cus-fd .list li{font-size: 14px;}
    .cus-fd .list li br{display: none;}

    .customize-m2{padding: 100px 0;}
    .customize-m2 h3{font-size: 24px;}
    .customize-m2 ul{padding:20px 0;}
    .certification h2{font-size: 24px;}

    .cus-m2-slide .slick-arrow{width: 20px;height: 38px;margin-top:0;top: 32%;}

    /* Ã¥Â¼Â¹Ã¦Â¡â€&nbsp; */
    .l-pop{width: 99%;margin-left: 0;left: 0.5%;}
    .l-pop .con{max-width: 98%;}
    .pop-ft-con .con{max-height:none;height: 100%;}
    .pop-ft-con{height: 100%;}
    .g-form{max-height: 400px;overflow-y: auto;}

    /*******************************
        -------[=Ã§Å¸Â³Ã¦Â¦Â´]-------
    ********************************/
    .m-infor1 {padding-left: 0; margin: 0 20px; } 
    .m-infor1 .sp1 {display: block; width: auto; line-height: 35px; } 
    .m-infor1 .text {width: 100%; } 
    .m-infor1 .sel {width: 100%; } 
    .m-infor1 .tr2 {height: auto; } 
    .m-infor1 .sp2 {display: block; width: auto; line-height: 35px; } 
    .m-upload {display: block; width: auto;} 
    .m-infor1 .explain {margin: 10px 10px 0; } 
    .m-infor1 .tr4 {height: auto; } 
    .m-infor1 .tr2 .lab {margin-left: 0; } 
    .m-infor1 .tr5 {text-align: center; padding-left: 0; height: auto;} 
    .m-infor1 .tr5 .btn1 {width: 100%;display: block; margin: 0 0 30px 0;}
    .m-statement1 .year {position: static; text-align: center; margin-top: 20px; } 
    .s-list6 {margin: 25px 0; } 
    .s-list6 li {padding: 0 20px; }
    .m-news1 .txt {width: auto; margin: 0 20px 30px; }
    .cloudzoom-zoom {
        top: 460px!important; 
    }
    .slider.one-time .slick-dots {
        height: 13px;
    }
    .slider.one-time .slick-dots li {
        border-radius: 13px;
        width: 13px;
        height: 13px;
        margin: 0 13px;
    }
    .g-cur1{text-align: center;}
    .g-cur1 a{margin: 0 24px;}

    



    /*******************************
        -------[=Ã¦Å¸Å¡Ã¥Â­Â]-------
    ********************************/
    .y-bgbox1 .col-r{width: 60%;}
    .y-list1 li img{max-height: 150px;}
    .y-t1 h5{font-size: 18px;}
    .y-t1 h4{font-size: 18px;}
    .y-img8 .box img{height: 240px;}
    .y-img8{padding-top: 308px;}
    .y-row3 .col-l,.y-row3 .col-r{float: none;width: 100%;}
    .y-img9{height: 350px;}
    .y-img9 .img{float: left;margin-left: 12%;width: 18%;}
    .y-img9 .y-t2{float: right;width: 55%;margin-top: 150px;}
    .y-img11 .box1{left: 0;width: 50%;}
    .y-img11 .box2{right: 0;width: 50%;top: 100px;}
    .y-img12 .img img{float: none;height: 300px;}
    .y-img12{height: 500px;}
    .y-imglist1 li .box{float: none !important;text-align: center;margin: 0 !important;}
    .y-row4 .col-l{float: none;width: 100%;text-align: center;}
    .y-row4 .col-r{float: none;width: 100%;}
    .y-imglist1 li{height:auto;}
    .y-imglist1 li .img{position: relative;height: 373px;}
    .y-imglist1 li .img img{position: absolute;top: 50%;left: 50%;
        max-width: 100%;max-height: 100%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);}
    .y-img14 .img{margin-top: 25px;}
    .y-img14 .img img{max-width: 200px;}
    .y-img14 .y-t1{height: 210px;}
    .y-img16 .img img{max-height: 270px;}
    .y-img16{height: 350px;}
    .y-img16 .img{margin-left: 0;text-align: center;}
    .y-img16 .box{position: static;}
    .y-img17{height: 400px;}
    .y-img17 .img{top: 0;left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);}
    .y-img17 .img img{max-height: 290px;}
    .y-img18-b .txt,.y-img18 .txt{padding-left: 20px;}
    .y-img18-b .img{right: 1%;}
    .y-img18-b .txt, .y-img18 .txt{padding-right: 0;}
    .y-img18-b .txt p{width: 55%;}
    .y-img18 .txt p{width: 70%;}
    .y-t2{font-size: 14px;}
    .y-imglist2 .img{height: 160px;}
    .y-imglist2 .img img{max-height: 160px;}
    .y-list2 li{height: auto;padding: 30px 0;}
    .y-list2 .img{margin: 0;}
    .y-imglist2 .box{margin: 0 15px;}
    .y-t2 span{padding-top: 8px;}
    .map-box .map-screen{padding: 17px 0 10px;}
    .map-screen select{float: none;height: 30px;}
    .map-box .map-screen{height: 96px;}
    .map-box .list{margin-top: 20px;}
    .customize-m1 h2{padding-left: 0;text-align: center;font-size: 22px;}
    .customize-m1 h3{font-size: 20px;line-height: 24px;}
    .customize-m1 p{margin: 10px 0;}
    .y-img19{height: 225px;}
    .y-img19 .img1 img{max-width: 200px;}
    .y-img19 .img2 img{max-height: 160px;}
    .y-img19 .img2 .y-t2{margin-top: 146px;}
    .y-ban1 .txt{bottom: auto;top: 50%;width: 90%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);}
    /*******************************
        -------[=Ã¨Ââ€Ã¦Å¾Â]-------
    ********************************/
    .m-list1 li{width: 50%;}
    .m-sele{border: 0;background-color: #f2f2f2;position: absolute;
        top: 40px;left: -100%;width: 100%;z-index: 999;margin: 0;
        transition: .3s;overflow:visible;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
    }
    .m-sele .close{display: block;position: absolute;bottom: -30px;left: 50%;
        width: 24px;height: 24px;border:2px solid #9e0028;border-radius:50px;
        background-size:8px 8px;
        background: url(../images/hd-search-close.png) no-repeat center;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);}
    .m-sele.open{left: 0;}
    .m-sele dt{float: none;width: auto;text-align: left;padding-left: 30px;
        border-bottom: 1px solid #d0d0d0;
        background: url(../images/i-01.png) no-repeat right center;
        -o-background-size: 40px auto;
        -ms-background-size: 40px auto;
        -moz-background-size: 40px auto;
        -webkit-background-size: 40px auto;
        background-size: 40px auto;
    }
    .m-sele dt.on{background-image: url(../images/i-01-on.png);}
    .m-sele dd{height: auto;overflow: visible;padding-left: 0;display: none;}
    .m-sele dl.on dd{display: block;}
    .m-sele dd a{display: block;border-bottom: 1px solid #e7e7e7;padding-left: 30px;
        margin-right: 0;
    }
    .m-sele .d2 dd{padding-right: 0;}
    .m-sele dd .more{display: none;}
    .m-sele .d5{display: none;}
    .m-sele .option{display: block;}
    .btn-sele{display: block;}
    .js-sele{display: block;}
    .so-box{position: relative;height: 50px;border: 1px solid #b2b2b2;margin-left: 170px;}
    .so-box .inp{height: 50px;line-height: 50px \9;border: 0;padding-left: 50px;font-size: 16px;
        background-position: 20px center;width: 100%;
    }
    .so-box .btn{font-size: 16px;height: 48px;width: 50px;position: absolute;top: 0;right: 0;}

    .index-pop1 .img{margin-bottom: 20px;}
    .index-pop1{padding: 20px 0;}
    .index-pop1 .txt{padding-bottom: 50px;}
    .n-box1 .img{top: 50%;margin-top: -80px;right: 92px;}
    .n-box1 .txt{top: 50%;margin-top: -43px;left: 30px;}
    .y-img2{height: 360px;}
    .y-img2 .img{height: 300px;}
    .y-img2 .img img{max-height: 300px;}
    .y-img3{height: 300px;}
    .y-img3 .box{top: 16%;}
    .y-img6{height: 400px;}
    .y-img6 .y-t2{top: 120px;}
    .y-img1{height: 300px;}
    .y-row6 .col-l,.y-row6 .col-r{width: 100%;}
    .y-pic7{padding-top: 123%;}
    .y-img15 .y-t1{width: 100%;left: 0;text-align: center;top: 80px;}
    .n-box2 .img{max-height: 200px;}
    .n-box2 .img img{max-height: 200px;}
    #ban1 .txt h2{font-size: 28px;margin-bottom: 20px;}
    .m-statement2 .txt{padding: 0 10px;}


    /*******************************
        -------[=Ã§Â½â€˜Ã§Â«â„¢Ã¥Å“Â°Ã¥â€ºÂ¾]-------
    ********************************/
    .html-map .list dd{width: 33.33%;}

    /*******************************
        -------[=PDFÃ§Âªâ€”Ã¥ÂÂ£]-------
    ********************************/
    .pdf-pop .con{width: 98%;}
    .pdf-html .cloudzoom-zoom{width: 97% !important;height: 300px !important;}


    /*******************************
        -------[=2016-12-6]-------
    ********************************/
    .y-list1 li .y-t2{bottom: 8px;}
    .y-img6-c .y-t2{top: 50px;}
    .y-nbox1 .img1{top: 50px;left: 50px;}

    /*******************************
        -------[=Ã¦ÂÅ“Ã§Â´Â¢Ã©Â¡ÂµÃ©ÂÂ¢Ã§Â»â€œÃ¦Å¾Å“]-------
    ********************************/
    .sear-result{padding:30px 20px 0 20px;}
    .sear-result .inpbox{margin-bottom: 20px;}
    .sear-result .listbox li{height: 48px;line-height: 48px;}
    .sear-result .inpbox .inp{padding: 0 15px;}
    .sear-result .listbox li span{width: 75%;}



    .m-supplier .txt{padding: 0 15px;}
    .customize-m2 ul{margin-top: 0;}
    .customize-m2 h3{top: -147px;}


    /*Ã¤Â¿Â®Ã¦â€Â¹2016-12-19Ã¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼Â*/
    #bd.ad-bd1{padding-top: 30px;}
    #bd{padding-top: 65px;}
    /* .phone-tit{display: block;text-align:center;font-size: 18px;} */
    .phone-tit span{display: inline-block;position: relative;padding-bottom: 11px;}
    .phone-tit span:after{content:'';position: absolute;bottom: 0;left: 50%;
        width: 21px;height: 1px;background-color:#000;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);}
    .m-index-link .bg{padding-top: 45%;}
    .m-index-link h3,.m-index-link a:after{display:none;}
    .m-index-link .con{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
    .m-index-link a{margin-bottom: 0;position: absolute;top: 50%;left: 50%;font-size: 18px;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);}

    .customize-m1 .box{margin-top: 20px;}
    .customize-m1 p{margin: 5px 0;}

    /*Ã¥â€¦Â«Ã©Æ’Â¨Ã¥Â®Å¡Ã¥Ë†Â¶*/
    .cus-fd{height: 680px;}
    .cus-fd .txt .box p{float: none;width: 100%;white-space:normal;
        background-position:left 8px;}

    /*******************************
        -------[=Ã¤Â¿Â®Ã¦â€Â¹2017-1-10  Ã¦â€“Â°Ã¥Â¢Å¾Ã¦Â¨Â¡Ã¥Ââ€”]-------
    ********************************/
    .m-service .left{float: none;width:auto;}
    .m-service .right{float: none;width:auto;}
    .m-service .txt strong{text-align: center;font-size: 12px;}
    .m-service .img{width:auto;}
    .m-service .pic-box{width: 48%;margin-right: 5px;}
    .fix-ding{display:none;}
    .g-y-t1 h5{padding-bottom: 20px;}

}

@media only screen and (max-width: 600px) {
    .y-imglist2{padding-top: 86%;}
    /*******************************
        -------[=Ã¦Â¦Â´Ã¨Å½Â²]-------
    ********************************/
    /* Ã©Â¦â€“Ã©Â¡Âµ */
    .index-m4 .g-poa{right: 10%;bottom: 20%;}
    .index-m4 .con{margin-top: -20px;}
    .index-m5 .box{height: 250px;}
    .index-m5 .txt div{padding: 12px 15px 0;}
    .index-m5 .txt{width: 65%;height: 144px;margin-top: -72px;}
    .index-m5 .txt p{margin-top: 6px;font-size: 12px;}
    .index-m5 .txt a{font-size: 12px;}

    /* Ã¤Â¼ÂÃ¤Â¸Å¡Ã¥Â®Å¡Ã¥Ë†Â¶ */
    .customize-ban .txt h3 img{width: 120px;}
    .customize-ban .txt p{font-size: 12px;margin:2px 0 5px;
        line-height: 14px;height: 62px;overflow: hidden;}
    .customize-ban .txt a{font-size: 12px;}
    .cus-m2-slide{padding: 0 44px;}

    /* Ã¥Â¼Â¹Ã¦Â¡â€&nbsp; */
    .l-pop .close{width: 25px;height: 25px;}
    .pop-jt-con h2{font-size: 20px;}
    .pop-jt-con p{line-height: 20px;}

    .l-pop{top:5%;bottom: 5%;margin-top: 0 !important;
        padding-bottom: 10px;}
    .pop-jt-con{height: 100%;overflow-y: auto;}

    .pop-Success{top: 50%;bottom: auto;
        -webkit-transform:translateY(-50%);
        -o-transform:translateY(-50%);
        -moz-transform:translateY(-50%);
        transform:translateY(-50%);
    }
    .g-form li{margin-top: 10px;}
    .g-form{margin-left: -10px;}
    .g-form .inp{padding-left: 10px;}
    .cus-fd{height: auto;padding: 20px 0;overflow: hidden;}
    .cus-fd .g-poa{position: static;}
    .cus-fd .list li{width: 33.33%;}
    .n-box2 .img{max-height: 150px;}
    .n-box2 .img img{max-height: 150px;}
    .customize-ban .txt{top: 64% !important;left: 50% !important;bottom: auto !important;
        padding: 0 15px;
        -webkit-transform: translate(-50%,-50%) !important;
        -moz-transform: translate(-50%,-50%) !important;
        -o-transform: translate(-50%,-50%) !important;
        -ms-transform: translate(-50%,-50%) !important;
        transform: translate(-50%,-50%) !important;}
    .map-box #map{left: 39%;}

}

/*Common For Max 320*/
@media only screen and (max-width: 479px) {

    .l-tit h3{font-size:13px;}
     .y-t2 p{font-size:12px;padding-top: 5px;}
     .l-tit a{font-size:12px;}
    /*    12-20 Ã©â€ºÂ¶Ã¥â€Â®Ã¥Å“Â°Ã¥â€ºÂ¾Ã¥Â°ÂºÃ¥Â¯Â¸*/
    .map-box #ditu-content {
        height: 508px!important;
    }

    .l-tit a{    margin-top: 14px;}
     /*******************************
         -------[=Ã¦Â¦Â´Ã¨Å½Â²]-------
     ********************************/
     /* Ã©Â¦â€“Ã©Â¡Âµ */

     .index-m4 li .txt h3 a{font-size: 16px;}
     .index-m4 li .txt p{font-size: 12px;}
     .index-m4 li .a{margin-top: 10px;padding-top: 4px;}

    .index-fd p{font-size: 16px;line-height: 23px;margin-bottom: 20px;}
    .index-fd a em{height: 45px;line-height: 45px;font-size: 16px;}
    .index-fd a{padding: 0 50px 0 28px;}

    .index-m4 .l-tit h3{margin-top: 10px;font-size: 14px;}

    .index-m4 .g-poa{right: 10%;bottom: 22%;}


    .cus-fd .l-tit h3{margin: 10px 0;font-size: 22px;}
    /*#bd{padding-top: 10px;}*/
    .customize-con .bg{height: 390px;}
    .customize-con .slider-for .img{height: 220px;width: 159px;}
    .customize-con .slider-for .img img{max-height: 220px;max-width: 159px;}
    .customize-con .slider-for .slick-list, .customize-con .slider-for .slider{height: 390px;}
    .customize-con .slick-arrow{height: 34px;background-size: auto 34px;width: 18px;}
    .customize-m1{height: 460px;}
    .customize-m1 .box{width: 100%;float: none;padding: 0 1%;}
    .customize-m1 .box div{text-align: center;}
    .customize-m1 .img div{margin-right: 10px;width: 70px;}
    .cus-fd .list{margin-top: 0;}
    .black-box{/*background-color: #030303;*/padding: 15px 0;margin-top: 42px;}
    .cus-fd{padding-bottom: 0;}
    .cus-fd .list li{width: 50%;}
.em{
}</pre></body></html>